MyTestImage.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opIndexAssign(Color value, size_t x, size_t y)
    class MyTestImage(Color)
    @nogc @safe
    void
    opIndexAssign
    (
    Color value
    ,
    size_t x
    ,
    size_t y
    )
  2. void opIndexAssign(Color value, size_t x, size_t y)
  3. size_t width_;
  4. size_t height_;

Meta